.asm.obj:
 	tasm $*;

dk86965.com: head.obj dk86965.obj tail.obj
	tlink /t/m head+dk86965+tail,dk86965;

zip:
	del *.obj
	del *.map
	zip -m dk86965
